If your existing project is already a WebObjectsApplication project (that is, it was created by Project Builder and has a PB.project file), you can use Project Builder to convert your project. If your project does not have a PB.project file, you must create a new project and add your existing files to the appropriate suitcases.
In version 3.5, the .woa extension is reserved for the application wrapper. Previously, the project directory itself had the .woa extension. Before converting your project, you should rename its folder to remove the .woa extension.
The following list summarizes the conversions that take place:
In addition, you are asked if you want to add two optional subprojects (ClientSideJava and CommonJava) to your project. You can use these to divide your Java code into client-side, server-side or common Java. See "Subprojects" for more information.
Once the conversion has begun, there is no way to cancel it. If you choose not to convert at all, you may not be able to view some of your files, since they are assigned to suitcases that aren't visible.
When using the dynamic elements WOImage and WOActiveImage, you use their filename attribute to reference images inside the WebServerResources directory. You may also have images in a framework that can be shared by multiple applications. To access these images, use the framework attribute to specify the framework name. See "Working With Dynamic Elements" in this document and the Dynamic Elements Reference for more information.